home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network CD 2
/
Network CD - Volume 2.iso
/
programs
/
archives
/
ncomm30.lha
/
NComm
/
Scripts
/
clock.script
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-04-24
|
275 b
|
12 lines
;NComm script that demonstrates the STRPART function
SET $stoptime = "14:00:00"
REPEAT
SET $varin = $date
STRPART $varout "11" "8" $varin ;Numbers without quotes are also OK
MESSAGE $varout"\r"
DELAY 1
UNTIL $varout == $stoptime
MESSAGE "\t --- Reached StopTime\n";